runtime.hmap.hash0 (field)

34 uses

	runtime (current package)
		map.go#L116: 	hash0     uint32 // hash seed
		map.go#L298: 	h.hash0 = uint32(rand())
		map.go#L328: 	h.hash0 = uint32(rand())
		map.go#L431: 	hash := t.Hasher(key, uintptr(h.hash0))
		map.go#L501: 	hash := t.Hasher(key, uintptr(h.hash0))
		map.go#L545: 	hash := t.Hasher(key, uintptr(h.hash0))
		map.go#L634: 	hash := t.Hasher(key, uintptr(h.hash0))
		map.go#L764: 	hash := t.Hasher(key, uintptr(h.hash0))
		map.go#L845: 				h.hash0 = uint32(rand())
		map.go#L1007: 				hash := t.Hasher(k, uintptr(h.hash0))
		map.go#L1116: 	h.hash0 = uint32(rand())
		map.go#L1298: 					hash := t.Hasher(k2, uintptr(h.hash0))
		map.go#L1686: 	dst.hash0 = src.hash0
		map_fast32.go#L29: 		hash := t.Hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
		map_fast32.go#L78: 		hash := t.Hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
		map_fast32.go#L124: 	hash := t.Hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
		map_fast32.go#L223: 	hash := t.Hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
		map_fast32.go#L314: 	hash := t.Hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
		map_fast32.go#L380: 				h.hash0 = uint32(rand())
		map_fast32.go#L442: 					hash := t.Hasher(k, uintptr(h.hash0))
		map_fast64.go#L29: 		hash := t.Hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
		map_fast64.go#L78: 		hash := t.Hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
		map_fast64.go#L124: 	hash := t.Hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
		map_fast64.go#L225: 	hash := t.Hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
		map_fast64.go#L316: 	hash := t.Hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
		map_fast64.go#L384: 				h.hash0 = uint32(rand())
		map_fast64.go#L446: 					hash := t.Hasher(k, uintptr(h.hash0))
		map_faststr.go#L80: 	hash := t.Hasher(noescape(unsafe.Pointer(&ky)), uintptr(h.hash0))
		map_faststr.go#L184: 	hash := t.Hasher(noescape(unsafe.Pointer(&ky)), uintptr(h.hash0))
		map_faststr.go#L235: 	hash := t.Hasher(noescape(unsafe.Pointer(&s)), uintptr(h.hash0))
		map_faststr.go#L334: 	hash := t.Hasher(noescape(unsafe.Pointer(&ky)), uintptr(h.hash0))
		map_faststr.go#L399: 				h.hash0 = uint32(rand())
		map_faststr.go#L461: 					hash := t.Hasher(k, uintptr(h.hash0))